home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / PICKLIST.RH < prev    next >
Text File  |  1997-05-06  |  519b  |  16 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.4  $
  6. //
  7. // Resource and command IDs to use with TPickListDialog
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_PICKLIST_RH)
  10. #define OWL_PICKLIST_RH
  11.  
  12. #define IDD_PICKLISTDIALOG            32513
  13. #define IDC_LIST                      101
  14.  
  15. #endif  //  OWL_PICKLIST_RH
  16.